-
Notifications
You must be signed in to change notification settings - Fork 24.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove backcompat handling of 6.2.x versions #42044
Conversation
relates to refactoring initiative elastic#41164.
Pinging @elastic/es-core-infra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
server/src/test/java/org/elasticsearch/index/analysis/PreBuiltAnalyzerTests.java
Outdated
Show resolved
Hide resolved
server/src/test/java/org/elasticsearch/search/slice/SliceBuilderTests.java
Outdated
Show resolved
Hide resolved
Hey @rjernst, I've made some changes since your last review due to failing tests. I went ahead and removed some 6.3 refs as well since they were failing and will be gone anyways mind doing a quick pass again? thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
server/src/test/java/org/elasticsearch/common/lucene/uid/VersionsTests.java
Outdated
Show resolved
Hide resolved
server/src/test/java/org/elasticsearch/common/lucene/uid/VersionsTests.java
Outdated
Show resolved
Hide resolved
run elasticsearch-ci/1 |
server/src/test/java/org/elasticsearch/common/lucene/uid/VersionsTests.java
Outdated
Show resolved
Hide resolved
* master: (82 commits) Fix off-by-one error in an index shard test Cleanup Redundant BlobStoreFormat Class (elastic#42195) remove backcompat handling of 6.2.x versions (elastic#42044) Mute testDelayedOperationsBeforeAndAfterRelocated Execute actions under permit in primary mode only (elastic#42241) Mute another transforms_stats yaml test Deprecate support for chained multi-fields. (elastic#41926) Mute transforms_stats yaml test Make unwrapCorrupt Check Suppressed Ex. (elastic#41889) Remove Dead Code from Azure Repo Plugin (elastic#42178) Reorganize Painless doc structure (elastic#42303) Avoid unnecessary persistence of retention leases (elastic#42299) [ML][TEST] Fix limits in AutodetectMemoryLimitIT (elastic#42279) [ML Data Frame] Persist and restore checkpoint and position (elastic#41942) mute failing filerealm hash caching tests (elastic#42304) Safer Wait for Snapshot Success in ClusterPrivilegeTests (elastic#40943) Remove 7.0.2 (elastic#42282) Revert "Remove 7.0.2 (elastic#42282)" [DOCS] Copied note on slicing support to Slicing section. Closes 26114 (elastic#40426) Remove 7.0.2 (elastic#42282) ...
relates to refactoring initiative elastic#41164.
relates to refactoring initiative #41164.